projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998ee97
)
(ispell-tex-buffer-p): Write names in lower case. Add slitex-mode.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Jul 1994 01:11:53 +0000
(
01:11
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Jul 1994 01:11:53 +0000
(
01:11
+0000)
lisp/textmodes/ispell4.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell4.el
b/lisp/textmodes/ispell4.el
index 2ee40028ceb8a7159908b88ff85fd4b2075521ef..b57917909a81b1efca59c55cb358fd9ebe1eacc8 100644
(file)
--- a/
lisp/textmodes/ispell4.el
+++ b/
lisp/textmodes/ispell4.el
@@
-214,7
+214,7
@@
that have not already been dumped will be lost."
(read (current-buffer)))))
(defun ispell-tex-buffer-p ()
- (memq major-mode '(plain-
TeX-mode LaTeX
-mode)))
+ (memq major-mode '(plain-
tex-mode latex-mode slitex
-mode)))
(defvar ispell-menu-map (make-sparse-keymap "Spell"))
(defalias 'ispell-menu-map ispell-menu-map)